projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc82ce
)
i2c: Add entry for Designware I2C driver in Kconfig
author
Stefan Roese
<
[email protected]
>
Thu, 28 Apr 2016 07:47:17 +0000
(09:47 +0200)
committer
Heiko Schocher
<
[email protected]
>
Tue, 17 May 2016 06:28:56 +0000
(08:28 +0200)
This patch adds an entry for the Designware I2C driver in Kconfig.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
drivers/i2c/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/Kconfig
b/drivers/i2c/Kconfig
index ffe18f702cb984976a52cbf3703c0356cd1c0388..193b9f59b8db4692ce8ba4f8444ab0a2c573a866 100644
(file)
--- a/
drivers/i2c/Kconfig
+++ b/
drivers/i2c/Kconfig
@@
-72,6
+72,14
@@
config SYS_I2C_CADENCE
Say yes here to select Cadence I2C Host Controller. This controller is
e.g. used by Xilinx Zynq.
+config SYS_I2C_DW
+ bool "Designware I2C Controller"
+ default n
+ help
+ Say yes here to select the Designware I2C Host Controller. This
+ controller is used in various SoCs, e.g. the ST SPEAr, Altera
+ SoCFPGA, Synopsys ARC700 and some Intel x86 SoCs.
+
config SYS_I2C_INTEL
bool "Intel I2C/SMBUS driver"
depends on DM_I2C